﻿/* ====首页====== */
body{ background-color:#fff; overflow-x: hidden;}
/** header **/
.header{ position:relative; z-index:100; background: url(../images/icon/top_bg.jpg) left center/auto 100% repeat-x;}
.loarea{ height:108px; position:relative; z-index:3;}
.logo{ width:260px; display:block;}
.logo .tp{ height:108px; width:auto;}

.topr{ padding-left: 280px;}
.link_lan{ padding-top: 8px; overflow: hidden;} 
.link{ width: 374px; float: left; font-size: 0;}
.link a{ color: #725b89; display: inline-block; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; width: 25%; line-height: 30px; font-size: 12px; border: 1px solid #ebe1ed; border-width: 0 1px 1px 0;}
.link a:nth-last-child(1){ border-right: none;}
.link a:hover{color: #6a3177;  }
.lan{font-size: 12px; float: right;}
.lan a{color: #725b89; display: inline-block;}
.lan a:hover{color: #6a3177; }
.lan .cutline{ display: inline-block; margin: 0 10px; color: #ebe1ed;}

/*PC导航 begin*/
.nav{ position:relative;}
.navul{ font-size:0;background: url(../images/icon/cutline.png) left bottom no-repeat;}
.navul li{ display:inline-block; font-size:14px;  position:relative;  background: url(../images/icon/cutline.png) right bottom no-repeat;}
.navul li>a{ color:#6a3177; font-weight: bold; padding:0 42px 0 22px; text-align:center; display:inline-block; line-height:70px; height:70px;}
.navul li>a .iconfont{ line-height: 1; display: inline-block; font-size: 12px; font-weight: normal; vertical-align: middle; margin-left: 4px;}
.navul li>a:hover,.act_nav{ background-color: rgba(255,255,255,.4);}

/*PC导航end*/
.subnavdl{ position:absolute; background:#fff; width:140px; border-bottom: 4px solid #989dbd; padding: 0 20px; box-shadow: 0 0 4px 0 #ddd; display: none;}
.subnavdl:after{ content: ''; display: block; width: 0; height: 0; border: 8px solid transparent; border-bottom-color: #fff; position: absolute; top: -16px; left: 50%; margin-left: -6px; display: none;  }
.subnavdl dd{ position: relative;}
.subnavdl dd a{height:36px; text-align:left; line-height:36px; width:100%; font-size:14px; display:block;  color:#6a3177; text-align:center; border-bottom: 1px solid #e3e3e3;}
.subnavdl dd:hover>a{ color: #fff !important; background-color: #6a3177; }
.subnavdl dd a:hover{ color: #fff !important; background-color: #6a3177; }
.subnav2{left:0%; top:70px; }
.subnav3{left:100%; top:0px; }

.subnavTab{ position:absolute; background:#fff;  border-bottom: 4px solid #989dbd; padding: 0 20px; box-shadow: 0 0 4px 0 #ddd; width: 720px; padding: 20px;display: none;}
.subnavTit{}
.subnavTit a{height:36px; text-align:left; line-height:36px; width:240px; font-size:14px; display:block;  color:#6a3177; text-align:center; border-bottom: 1px solid #e3e3e3; }
.subnavTit a:hover,.act_subnav{color: #fff !important; background-color: #6a3177;}
.subnavTabCon{ width:450px;}
.subnavTabbox{ display: none;}
.subnavItem{ display: flex;align-items: flex-start; justify-content: space-between;}
.subnavItem .tparea{ font-size: 0; width: 170px; margin-right: 30px;}
.subnavItem .tparea .tp{  width: 100%;}
.subnavItem .des{ flex: 1;font-size: 12px;    color: #62658c;}
.subnavItem .come{}
.subnavItem .tit{font-size: 14px;   font-weight: bold; margin-top: 15px;}
.subnavItem .tit a{color: #6a3177;}
.subnavItem .tit a:hover{color: #606;}
.subnavItem .time{ margin-top: 15px; font-size: 12px;}
.subnavItem .time::before{ display: inline-block; font-size: 16px; margin-right: 6px; vertical-align: middle; line-height: 1;}
.subnavItem .nr{ text-indent: 2em;}
.subnavItem .mandiv{ margin-top: 10px;}
.subnavItem .mandiv .sbtn{ padding: 0px 8px;}

.search{ float: right; padding-right: 42px; width: 178px; margin-top: 16px; position: relative; overflow: hidden;}
.search .text{ width: 100%; height: 46px; line-height: 46px; background-color: #fff; padding-left: 15px; font-size: 14px; color: #555;}
.search .tj{ position: absolute; right: 0; top: 0; width: 42px; height: 46px; background-color: #6a3177; color: #fff; font-size: 20px; display: inline-block; text-align: center; font-weight: bold; }
.search .tj:hover{ background-color: #606;}

/*手机导航按钮及下拉菜单begin*/
.menubtn{ width:24px; height:24px;margin:14px 0px 0 0;  float: right; position: relative; cursor:pointer; display:none;}
.menubtn i{ display:block; width:21px; height:3px; background-color:#6a3177; position:absolute; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; border-radius: 2px;}
.menubtn i:nth-child(1){ top:4px; -webkit-transform-origin:left bottom; -moz-transform-origin:left bottom; -ms-transform-origin:left bottom; -o-transform-origin:left bottom; transform-origin:left bottom;}
.menubtn i:nth-child(2){ top:11px;}
.menubtn i:nth-child(3){ top:18px; -webkit-transform-origin:left top; -moz-transform-origin:left top; -ms-transform-origin:left top; -o-transform-origin:left top; transform-origin:left top;}
.menubtn.on i:nth-child(1){ -webkit-transform:rotate(40deg); -moz-transform:rotate(40deg); -ms-transform:rotate(40deg); -o-transform:rotate(40deg); transform:rotate(40deg);}
.menubtn.on i:nth-child(2){ opacity:0;}
.menubtn.on i:nth-child(3){ -webkit-transform:rotate(-40deg); -moz-transform:rotate(-40deg); -ms-transform:rotate(-40deg); -o-transform:rotate(-40deg); transform:rotate(-40deg);}
/*小导航*/
.inav{ width:400px; max-width: 60%; height: 100%; background-color:#1c1c1c; position:fixed;  z-index:3; top:0px; left:-100%;  z-index:99;}
.navlogo{ padding: 30px;}
.navlogo .tp{ max-width: 66%;}
.inav ul{ margin: 0 30px;}
.inavul li{border-bottom:1px solid #363636;}
.inavul li>a{ display:block; text-align:left;  font-size:14px; color:#ddd; padding:15px 30px 15px 15px; position: relative;}
.inavul li>a .iconfont{ position: absolute; right: 0; top: 12px; font-size: 18px; }
.act_inav{ border-color: #fff !important; color:#fff !important;}
.act_inav .iconfont{ transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
.inavul .nr{ display: none;color:#999; padding-left: 30px; padding-bottom: 20px; border-bottom: 1px solid #ccc; }
.inavul .nr a{ }
.inavul .nr a:hover{ color: #fff;}
.inavsubnav2{ padding: 5px 0;}
.inavsubnav2 .tit a{color:#ccc;display:block; text-align:left;  font-size:14px;}
.inavsubnav3{  padding: 5px 0 5px 1em;}
.inavsubnav3 a{color:#999; display: inline-block; margin-right: 20px; font-size: 13px;}

/*手机导航按钮及下拉菜单end*/
/*banner begin*/
.banner{ position:relative; z-index:3; overflow: visible !important; }
.banimgarea{ position: relative; display: block;}
.banimg{ width:100%; height:auto; display:block;}
.banimgarea .tit{ opacity: 0; transition: .3s; right: 20px; bottom: 0; position: absolute; max-width: 70%;  display: inline-block; background-color: rgba(235, 231, 248, .7); -webkit-transform:skew(-20deg); -moz-transform:skew(-20deg); -ms-transform:skew(-20deg); -o-transform:skew(-20deg); transform:skew(-20deg); -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.banimgarea .tit .mc{ position: relative; z-index: 10; display: block; font-size: 18px; padding: 25px 70px; transform:skew(20deg); -webkit-transform:skew(20deg); -moz-transform:skew(20deg); -ms-transform:skew(20deg); -o-transform:skew(20deg);white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis; } 

.banner .swiper-slide{position:relative; overflow:hidden; opacity: .8;}
.banner .swiper-slide-active{ opacity: 1 !important;}
.banner .swiper-slide-active .banimgarea .tit{ opacity: 1 !important; }
.banner .swiper-pagination{ bottom:24px !important; display: none;}
.banner .swiper-pagination-bullet{width:18px;height:18px;padding: 0;background-color:transparent; border:1px solid #ef9b35; font-size: 0;line-height: 0;outline:none;cursor: pointer; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; margin:0 11px !important;}
.banner .swiper-pagination-bullet-active{background-color:#ef9b35;}

.banner .swiper-button-prev{ left:-25px;}
.banner .swiper-button-next{ right:-25px;} 
.banner .swiper-button-prev::after,.banner .swiper-button-next::after{ display: none;}
 .banner .swiper-button-prev,.banner .swiper-button-next{  width:25px; height:30px; line-height: 30px; top:50%; margin-top:-15px; color: #333; opacity: .6; }
.banner .swiper-button-prev .iconfont,.banner .swiper-button-next .iconfont{ font-size: 24px; }
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{ opacity: 1;}
/*banner end*/
.h_hot{ overflow: hidden;}
.hhotul{ margin-right: -2%;}
.hhotul li{ width: 47%; float: left; margin: 0 2% 20px 0;max-height:535px;}
.hhotItem{}
.hhotItem a{ display: block; }
.hhotItem .tparea{ font-size: 0; overflow: hidden; position: relative;}
.hhotItem .tparea .tp{ width: 100%;}
.hhotItem .tparea .icon{ width: 60px; position: absolute; left: 0; top: 0; z-index: 10;}
.hhotItem .des{ padding: 15px 20px 30px; background-color: #F4F1F6;}
.hhotItem .des .tit{ font-size: 18px;  color: #693176;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.hhotItem .des .time{margin-top: 15px;  font-size: 12px; color: #999; font-style: italic;}
.hhotItem .des .time::before{ font-size:20px; margin-right: 0px; display: inline-block; line-height: 1; vertical-align: middle; font-style: normal;}
.hhotItem .des .nr{ margin-top: 20px; color: #666; line-height: 1.8; height:75.6px; overflow: hidden;}
.hhotItem a:hover .tparea .tp{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); }
.hhotItem a:hover .des{ background-color: #eee;}

.h_tit1{ padding: 30px 0;}
.h_tit1 .mc{ display: inline-block; font-size: 30px; letter-spacing: 1px;}
.h_tit1 .morea{ margin-top: 16px;}
.morea{ display: inline-block; text-align: center; font-size: 0; width: 36px;border: 1px solid #6A3177; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.morea::before{font-size: 14px; line-height: 20px; height: 20px; display: inline-block;}
.morea:hover{ color: #fff; background-color: #6a3177;}

.h_situation{ padding-bottom:25px; }
.hsituul{}
.hsituul{ margin-right: -2%;}
.hsituul li{ width: 23%; float: left; margin: 0 2% 20px 0;}
.hsituItem{}
.hsituItem a{ display: block; }
.hsituItem .tparea{ font-size: 0; overflow: hidden; border-bottom: 2px solid #6a3177;}
.hsituItem .tparea .tp{ width: 100%;}
.hsituItem .des{ padding: 15px 20px;  position: relative;}
.hsituItem .des::after{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0;transition: .3s; background: -webkit-linear-gradient(bottom, #FEFEFE, #F4F1F6); background: -moz-linear-gradient(bottom, #FEFEFE, #F4F1F6); background: -o-linear-gradient(bottom, #FEFEFE, #F4F1F6); background: linear-gradient(0deg, #FEFEFE, #F4F1F6); -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s;}
.hsituItem .des .tit{ font-size: 15px;  color: #693176;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.hsituItem .des .tit,.hsituItem .des .time,.hsituItem .des .mandiv,.hsituItem .des .nr{ position: relative; z-index: 10;}
.hsituItem .des .time{margin-top: 8px;  font-size: 12px; color: #999; font-style: italic;}
.hsituItem .des .time::before{ font-size:20px; margin-right: 0px; display: inline-block; line-height: 1; vertical-align: middle; font-style: normal;}
.hsituItem .des .nr{ font-size: 12px; margin-top:10px; color: #666; line-height: 1.8; height:43.2px; overflow: hidden;}
.hsituItem .mandiv{ opacity: 0; transition: .3s; margin-top: 20px; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.hsituItem a:hover .tparea .tp{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); }
.hsituItem a:hover .des::after{ background: #6a3177; transform: scaleY(1.1); -webkit-transform: scaleY(1.1); -moz-transform: scaleY(1.1); -ms-transform: scaleY(1.1); -o-transform: scaleY(1.1); }
.hsituItem a:hover .des .tit{ color: #fff;}
.hsituItem a:hover .des .time{ color: #aaa;}
.hsituItem a:hover .des .nr{ color: #eee;}
.hsituItem a:hover .mandiv{opacity: 1;}
.hsituItem a:hover .morea2{ color: #ddd;}
.morea2{ font-size: 12px; color: #666;}
.morea2:hover{ color: #ddd;}

.h_new{ background-color: #f4f1f6; padding-bottom: 70px;}
.h_tit_rim{ border-bottom: 1px solid #ddd; padding: 20px 0;}
.hn_tit{}
.hn_tit span{ display: inline-block; padding: 0px 12px; font-size: 16px; cursor: pointer; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.hn_tit span:hover,.act_hn{ color: #fff ; background-color: #693176;} 
.h_new .item1{ width: 56%;}
.h_new .item2{ width: 44%;}
.h_new .item2 .wrap{ padding: 10px 30px 0 ;}
.hnbox{ display: none;}
.hnul1{ }
.hnul1 li{ width: 46%; float: left; margin: 0 4% 0 0; border-radius: 10px; overflow: hidden; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }

.hnItemA{}
.hnItemA a{ display: block; }
.hnItemA .tparea{ font-size: 0; overflow: hidden; }
.hnItemA .tparea .tp{ width: 100%;}
.hnItemA .des{ padding: 12px 18px; transition: .3s; background:#fff; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s;
}
.hnItemA .des .tit{ font-size: 15px;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.hnItemA .des .time{margin-top: 12px;   color: #4A1C55;}
.hnItemA .des .tags{margin-top: 12px;}
.hnItemA .des .tags .tag{ font-size: 14px; margin-top:10px; padding: 2px 18px; color: #fff; background-color: #6a3177; overflow: hidden;}
.hnItemA a:hover .tparea .tp{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); }
.hnItemA a:hover .des{ transform:translateY(-3px) ; -webkit-transform:translateY(-3px) ; -moz-transform:translateY(-3px) ; -ms-transform:translateY(-3px) ; -o-transform:translateY(-3px) ; }
.hnItemA a:hover .des .tit{ color: #4A1C55;}

.hnItemB{ font-size: 20px; color: #4A1C55; padding: 10px 0; max-height: 84.8px; overflow: hidden; border-bottom: 1px solid #ddd; display: block;}
.hnItemB:hover{color: #6a3177;}

.hnul2{ padding: 6px 0;}
.hnul2 li{ padding: 6px 0;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.hnul2 li .time{ font-size: 12px; color: #999; margin-right: 15px;}
.hnul2 li a{ font-size: 16px; color: #555;}
.hnul2 li a:hover{color: #6a3177;}

.h_tit2{ padding: 20px 0; border-bottom: 1px solid #fff;}
.h_tit2 .mc{ font-size: 24px; color: #fff;}

.h_report_paper{ padding: 10px 0 40px;  background: -webkit-linear-gradient(bottom, #6D729B, #979BBB);  background: -moz-linear-gradient(bottom, #6D729B, #979BBB);  background: -o-linear-gradient(bottom, #6D729B, #979BBB);  background: linear-gradient(0deg, #6D729B, #979BBB);}
.h_report{ width: 57%; margin: 0 3.2%;}
.h_paper{ width: 30.2%;}

.hrItem{}
.hrItem a{ display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding:10px 20px;}
.hrItem a .tparea{ font-size: 0; overflow: hidden; width: 100px; margin-right: 30px;}
.hrItem a .tparea .tp{ width: 100px; height: 150px;}
.hrItem a .des{ -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; color: #fff; min-width: 0;}
.hrItem a .des .tit{ font-size: 16px;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.hrItem a .des .tutor{ margin-top: 30px; font-size: 12px; color: #E2DBE3;}
.hrItem a .des .tutor::before{ font-size: 14px; margin-right: 6px; color: #BEBEBE; display: inline-block; line-height: 1; vertical-align: middle;}
.hrItem a:hover .tp{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.hrItem a:hover .des .tit{ color: #eee;}
.hrSlide{padding:10px  0 20px 0 !important; }
.hrSlide .swiper-button-prev{ left:auto; right: 36px;}
.hrSlide .swiper-button-next{ right:0;} 
.hrSlide .swiper-button-prev::after,.hrSlide .swiper-button-next::after{ display: none;}
.hrSlide .swiper-button-prev,.hrSlide .swiper-button-next{  width:28px; height:16px; line-height: 16px; top:auto; margin-top:0px; color: #fff;  background-color: rgba(255,255,255,.4); }
.hrSlide .swiper-button-prev .iconfont,.hrSlide .swiper-button-next .iconfont{ font-size: 12px; }
.hrSlide .swiper-button-prev:hover,.hrSlide .swiper-button-next:hover{  background-color: #6a3177;}

.hpaperItem{ padding: 6px 0;}
.hpaperItem a{ background: rgba(251, 248, 252, .7); padding: 5px 20px 0; display: block;}
.hpaperItem .tit{ font-size: 16px; color: #7D448A; padding: 10px 0;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.hpaperItem .nr{  color: #666; line-height: 1.8; font-size: 14px; height: 50.4px; overflow: hidden;}
.hpaperItem .tutor{ font-size: 12px; color: #999; padding: 8px 0; margin-top: 10px; border-top: 2px dotted #6A3278;}
.hpaperItem .tutor::before{ font-size: 16px; margin-top: 6px; display: inline-block; line-height: 1; vertical-align: middle; }
.hpaperItem a:Hover{}
.hpaperItem a:Hover .tit{color: #6a3177;}
 .hpaperSlide{ height: 380px !important; margin-right: 28px;}
/*.hpaperSlide .swiper-slide{ height: 145px !important; } */

.h_pub{ background-color: #f7f7f7; padding-bottom: 45px;}
.hp_tit{ text-align: center; font-size: 0; background-color: #dee0e9;}
.hp_tit span{ display: inline-block; font-size: 16px; padding: 10px 40px; color: #6A3177; cursor: pointer;}
.hp_tit span:hover,.act_hp{ background-color: #989DBD !important; color: #fff !important;}
.hpbox{ display: none; padding-bottom: 30px; }
.hpItem{}
.hpItem a{ display: block; }
.hpItem .tparea{ font-size: 0; overflow: hidden; padding:16%; background-color: #f9f9f9; }
.hpItem .tparea .tp{ width: 100%;}
.hpItem .des{ padding: 12px 0px; transition: .3s; background:#fff; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s;}
.hpItem .des .tit{ font-size: 16px; color: #444; text-align: center; white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.hpItem a:hover .tparea .tp{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); }
.hpItem a:hover .des{ transform:translateY(-3px) ; -webkit-transform:translateY(-3px) ; -moz-transform:translateY(-3px) ; -ms-transform:translateY(-3px) ; -o-transform:translateY(-3px) ; }
.hpItem a:hover .des .tit{ color: #4A1C55;}
.hpSlideWrap{ position: relative; padding: 0 50px; margin:  0 30px;}
.hpSlide{ padding: 50px 0 30px!important;}
.hpSlideWrap .swiper-button-prev{ left:0px;}
.hpSlideWrap .swiper-button-next{ right:0px;} 
.hpSlideWrap .swiper-button-prev::after,.hpSlideWrap .swiper-button-next::after{ display: none;}
 .hpSlideWrap .swiper-button-prev,.hpSlideWrap .swiper-button-next{ width:40px; height:40px; line-height: 40px; top:50%; margin-top:-20px; color: #fff; background:#693176; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.hpSlideWrap .swiper-button-prev .iconfont,.hpSlideWrap .swiper-button-next .iconfont{ font-size: 24px; }
.hpSlideWrap .swiper-button-prev:hover,.hpSlideWrap .swiper-button-next:hover{  background-color: #693176;}

.footer{ border-top: 3px solid #999dba; box-shadow: 0 -5px 0 5px #c4c6d3;}
.fopa{ padding: 20px 0 40px; background-color: #e7e7e7; border-bottom: 1px solid #fff;}
.f_tit1{}
.f_p1{ font-size: 12px; margin-top: 5px;}
.fshare{ width: 30%; border-right: 1px solid #fafafa;}
.fshare .bshare-custom{margin-top: 15px; }
.fshare .bshare-custom a{ padding-left: 32px !important;display:block;float:left; height: 32px !important; margin-right: 8px !important; background-repeat: no-repeat !important; background-position: center center !important;}
.fshare .bshare-custom .bshare-weixin{ background-image: url(../images/icon/s1.png)  !important;}
.fshare .bshare-custom .bshare-qqim{ background-image: url(../images/icon/s2.png)  !important;}
.fshare .bshare-custom .bshare-sinaminiblog{ background-image: url(../images/icon/s3.png)  !important;}
.fshare .bshare-custom .bshare-qqmb{ background-image: url(../images/icon/s4.png)  !important;}
.fshare .bshare-custom .bshare-douban{ background-image: url(../images/icon/s5.png)  !important;}
.fshare .bshare-custom .bshare-more.more-style-addthis{background-image: url(../images/icon/s6.png)  !important;} 

.femail{ width: 24%; padding-left: 6%;}
.femail .mandiv{ margin-top: 20px;}
.femail .mandiv .sbtn{ padding: 10px 50px; font-size: 12px;}

.ffrilink{ width: 34%;position: relative; }
.flinkVal{height: 60px; font-size: 20px; color: #6a3177; position: relative; padding: 0 15px; display: block; line-height: 60px; background-color: #efeeee;}
.flinkVal .arr{ position: absolute; right: 0px; top: 0; display: inline-block; line-height: 60px; width: 40px; text-align: center;}
.flinkLay{ top: 100%; background-color: #fff; padding: 6px 0; border-width: 0 1px 1px; border: 1px solid #ddd; display: none;}
.flinkLay li{}
.flinkLay li a{ display: block;color: #6a3177; padding: 4px 15px; font-size: 12px;}
.flinkLay li a:hover{ background-color: #eee;}


.fnav{ background: #edecec; padding: 26px 0;}
.fnavul{ padding-right: 300px; background:  url(../images/map_bg.jpg) right center no-repeat;}
.fnavul li{ width: 16.66%; float: left;}
.fnavul .tit{ font-weight: bold;}
.fnavul .tit a{ }
.fnavul .tit a:hover{color: #6a3177;}
.fnavul .nr{ margin-top: 10px;}
.fnavul .nr a{ display: block; padding: 2px 0; font-size: 12px; color: #6a3177;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.fnavul .nr a::before{ font-size: 14px; margin-right: 0px; margin-left: -0.3em; display: inline-block;line-height: 1; vertical-align: middle;}
.fnavul .nr a:hover{ color: #4c3153;}

.f_b{ background-color: #3a3044; color: #fff; padding: 45px 0;}
.f_b .wp{ display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items:flex-start; -moz-box-align:start; -ms-flex-align:start; align-items:flex-start;}
.flogo{ width: 240px;}
.flogo .tp{ max-width: 80%; }
.fadd{ -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; margin: 0 20px; font-size: 12px; line-height: 2.2;}
.fadd a{ color: #fff;}
.fadd a:hover{ color: #eee;}
.fcodeul{ width: 350px; padding: 0 25px;}
.fcodeul li{ width: 32%; float: left; margin-right: 2%; text-align: center;}
.fcodeul li .tp{ width: 96px; height: 96px;}
.fcodeul li .tit{ margin-top: 5px; font-size: 12px;}
/* 02院长致辞 */
.i_main{ min-height:400px; padding-bottom: 10px;}
.i_ban{ font-size: 0; position: relative; overflow: hidden; }
.i_ban .tp{ width: 100%;}
.banIntro{ width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.banIntro .lmmc{ width:600px; max-width: 90%; margin: 0 auto; text-align: right; font-size: 30px; color: #6a3177;}

.lm_loca{ border-bottom: 1px solid #f9fafb;  }
.lm_loca .wp{ display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.lm_loca .location{ width: 200px;}
.lm_loca .lm{ -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1;}
.lm{ font-size: 0;}
.lm a{ position: relative; display: inline-block; font-size: 16px; padding: 16px 10px; margin-right: 40px;}
.lm a::after{ content: ""; display: block; width: 0 ; transition: width .3s; height: 1px; background-color: #693176; position: absolute; left: 0; bottom: -1px; -webkit-transition: width .3s; -moz-transition: width .3s; -ms-transition: width .3s; -o-transition: width .3s; }
.lm a:hover,.act_lm{ color: #6a3177 !important;}
.lm a:hover::after,.act_lm::after{ width: 100% !important;}
.location{ font-size: 12px; color:#999;}
.location a{  color:#999;}
.location a:hover{ color:#6a3177;}
.act_loca{ color:#6a3177 !important;}
.location i{ margin:0 6px;color:#999; font-style: normal; }

.speech{}
.i_tit1{ padding: 25px 0;}
.i_tit1 .tit{}
.i_tit1 .tit .mc{ display: inline-block; position: relative; font-size: 24px;}
.i_tit1 .tit .mc::before,.i_tit1 .tit .mc::after{ content: ""; display: block; width: 38px; height: 2px; background-color: #dddddd; position: absolute; top: 50%; margin-top: 1px; }
.i_tit1 .tit .mc::before{ left: 120%;}
.i_tit1 .tit .mc::after{ right: 120%;}
.speech .intro1{ padding: 30px 0; text-align: center;}
.speech .intro1 .tparea{ width: 280px; margin: 0 auto;}
.speech .intro1 .tparea .tp{ width: 100%; height: 280px;}
.speech .intro1 .des{padding: 28px 0;text-align: left;padding: 20px;color: #fff;}
.speech .intro1 .des .p1{ font-size: 24px;}
.speech .intro1 .des .p2{font-size: 18px;/* color: #888; */margin-top: 5px;}
.speech .intro2{ padding: 60px 0 100px; background-color: #FAF9FB; }
.speech .intro2 .wz{ color: #666; line-height: 2; }

/* 02联系我们 */
.contact{ padding: 20px 0 40px;}
.i_tit1 .tip{ color: #4D3453; margin-top: 10px;}
.address{ display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #9B9FBB;}
.address .des{ width: 420px; padding: 50px 30px;}
.i_tit2{ font-size: 24px; color: #fff;}
.i_tit2 .line{margin: 0 auto; margin-left: 0; font-size: 24px; margin-top: 12px; width: 2em; height: 2px; background-color: #fff;}


.wrap .des .list {color:#666}
.i_tit2_b{ color: #333;}
.i_tit2_b.tc .line{ background-color: #000; margin-left: auto; }
.address .des .nr{ margin-top: 100px; color: #fff;}
.address .des .nr .p1{ font-size: 18px;}
.address .des .nr .p2{ margin-top: 10px; font-size: 14px;}
.address .des .nr .p2::before{ font-size: 18px;}
.address .map{ -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1;}

.action{ padding: 40px 0;}
.action .wrap{ width: 580px ; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 35px auto 0;}
.action .des{ -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1;}
.action .des .list{ padding: 10px 0;}
.action .des .list .mc{ display: inline-block; color: #666; font-size: 14px;}
.action .des .list .mc::before{ font-size: 18px; margin-right: 8px; display: inline-block; line-height: 1; vertical-align: middle;}
.action .code{ width: 150px; margin-left: 20px; text-align: center;}
.action .code .tp{ width: 150px; height: 150px;}
.action .code .tit{ margin-top: 5px; font-size: 12px; color: #999;}


/* 02大事记 */
.his{ padding: 40px 0 0px;}
.gallery-thumbs-wrap{ padding: 0 60px; background-color: #FAF9FB; position: relative; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; }
.gallery-thumbs{ padding: 20px 0px !important;}
.gallery-thumbs::after{ content: ""; display: block; width: 100%; height: 1px;background-color:#cbb7d0 ; position: absolute; left: 0; top: 50%;}
.gallery-thumbs .swiper-slide{ padding: 50px 0;  text-align: center; position:relative; text-align: center;}
.gallery-thumbs .swiper-slide .year,.gallery-thumbs .swiper-slide .circle{ display: block; margin: 0 auto;}
.gallery-thumbs .swiper-slide .year{ font-size: 20px; width: 100%; bottom:0;   position: absolute;}
.gallery-thumbs .swiper-slide .circle{ width: 12px; height: 12px; background-color: #6a3177; border: 8px solid #e8e1eb;}
.gallery-thumbs .swiper-slide-thumb-active .year{color: #6a3177; }

.gallery-thumbs-wrap .swiper-button-prev{ left:20px;}
.gallery-thumbs-wrap .swiper-button-next{ right:20px;} 
.gallery-thumbs-wrap .swiper-button-prev::after,.gallery-thumbs-wrap .swiper-button-next::after{ display: none;}
.gallery-thumbs-wrap .swiper-button-prev,.gallery-thumbs-wrap .swiper-button-next{  width:40px; height:40px; line-height: 40px; top:50%; margin-top:-20px; color: #fff; opacity: 1 ; background-color: #aaa; }
.gallery-thumbs-wrap .swiper-button-prev .iconfont,.gallery-thumbs-wrap .swiper-button-next .iconfont{ font-size: 24px; }
.gallery-thumbs-wrap .swiper-button-prev:hover,.gallery-thumbs-wrap .swiper-button-next:hover{ opacity: 1; background-color: #693176 !important;}

.gallery-top{ padding: 100px 0 !important;  width: 1020px; margin: 0 auto ; max-width: 100%;}
.yearEventItem{ display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: baseline; -moz-box-pack: baseline; -ms-flex-pack: baseline; justify-content: baseline;}
.yearEventItem .year{ display: block; width: 300px; height: 300px; margin-right: 65px; text-align: center; line-height: 300px; background-color: #faf9fb; border: 20px solid #fdfdfd; color: #6a3177;  font-size: 94px; }
.yearEventItem .year .unit{ font-size: 18px;}
.yearEventItem .des{ -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1;}
.yearEventItem .des .list{ color: #555; padding: 10px 0;}
.yearEventItem .des .list .month{ color: #333; display: inline-block; margin-right: 12px; padding-left: 15px; position: relative; font-weight: bold;}
.yearEventItem .des .list .month::after{ content: ""; display: block; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; background-color: #693176; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

/* 02组织架构图 */
.stru{ padding: 20px 0 30px;}
.stru .intro{ color: #4D3453; line-height: 1.8;}
.stru .item{ overflow: hidden; margin-bottom: 32px; background-color: #F9FAFB;}

.stru .item .tit{ font-size:18px; padding: 6px 20px; background-color: #E7DFEC; color: #6a3177;}
.stru .item .nr{ padding: 32px 46px;}
.stru .item .nr .box{ background-color:#fff; border: 1px solid #EEEEEE; padding: 10px 30px;}
.stru .item .nr .list{ width: 50%; display: block; float: left; color: #333; padding: 5px 0;}
.stru .item .nr .list .iconfont{ font-size:14px; margin-right: 1.2em;}
.stru .item .nr .list .iconfont::before{ color: #c2acc7; font-size:20px; margin-right: 30px; display: inline-block; vertical-align: middle;}
.sublist{ padding-left: 10.2em;}
.stru .wrap .item:nth-child(1) .nr .list{ width: 100% !important;}
/* 03研究 */
.news{ background-color: #fff; padding-bottom: 30px; }
.newsul{ padding-bottom: 30px;}
.newsul li{}
.newsItem{ padding: 0 28px;}
.newsItem a{ padding: 28px 0; border-bottom: 1px dashed #f1eee0; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.newsItem .tparea{ font-size: 0; margin-right: 35px; width: 265px; overflow: hidden; position: relative;}
.newsItem .tparea .tp{ width: 100%;}
.newsItem .des{ -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0;}
.newsItem .des .tit{ font-size: 18px;  color: #333;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.newsItem .des .time{margin-top: 8px;  color: #4A1C55;}
.newsItem .des .nr{ margin-top: 10px; color: #666; line-height: 1.8; height:75.6px; overflow: hidden;}
.newsItem a:hover .tparea .tp{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); }
.newsItem a:hover .des .tit{ color:#6a3177;}

.turnpage{font-size:0; margin:0 auto; }
.turnpage a,.turnpage span{ display:inline-block; padding:5px 12px; font-size: 12px; margin:0 2px; color:#666; border:1px solid #ebe6ed; background-color: #fff;}
.turnpage a:hover,.current{ color:#fff !important; background-color:#6a3177 !important; border-color: #6a3177 !important; }


/* 05专家 */
.spe{ padding:15px 0 30px; }
.i_tit3{ font-size: 32px; padding: 20px 0;}
.speul{ padding-bottom: 30px;}
.speul li{ margin-bottom: 20px;}
.speItem{ padding: 0 30px;background-color: #F9FAFC; }
.speItem a{ padding: 55px 0;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.speItem .tparea{ font-size: 0; margin-right: 32px; width: 170px; overflow: hidden; position: relative;}
.speItem .tparea .tp{ width: 100%;}
.speItem .des{ -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0;}
.speItem .des .name{ font-size: 18px;  color: #6a3177;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.speItem .des .pos{margin-top: 8px; }
.speItem .des .nr{ margin-top: 10px; color: #666; line-height: 1.8; height:75.6px; overflow: hidden;}
.speItem .des .area{ color: #999; margin-top: 10px;}
.speItem .des .area .mc{ color: #333;}
.speItem a:hover .tparea .tp{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); }
.speItem a:hover .des .tit{ color:#6a3177;}
.speul li:nth-child(2n){ background-color:#e2e3eb;}

/* 052专家-详情页 */
.speDel{ padding: 55px 0;}
.speDel .article{ padding: 30px 55px;}
.artHeader{ padding: 12px 0; border-bottom: 1px solid #CCCCCC;}
.artHeader .name{ font-size: 32px; color: #4A1C55;}
.artHeader .pos{ margin-left:35px; margin-top: 20px; padding-left: 8px; position: relative; }
.artHeader .pos::after{ content: ""; display: block; width: 3px; height: 3px; background-color: #333; position: absolute; left: 0; top: 50%; transform: translateY(-50%); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.artHeader .eye{ color: #72759e; font-size: 14px; margin-top: 20px;}
.artHeader .eye::before{ font-size: 20px; margin-right: 6px; display: inline-block; vertical-align: middle; line-height: 1;}
.artSummary{ display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;  -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 20px 0;}
.artSummary .des{ -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1;}
.artSummary .des .nr{ line-height: 1.8;}
.artSummary .des .email{ margin-top: 25px; background-color: #e7e2e8; padding: 12px 25px;}
.artSummary .tparea{ width: 180px; margin-left: 80px;}
.artSummary .tparea .tp{ width: 100%; height: 180px;}
.artSummary .tparea .tp2{ width: 100%;}
.artBody{}
.artBody .wz{ color: #777;}
.artBody .tit{ font-size: 16px; }
.download{ padding: 15px 10px; background-color: #F9FAFC; }
.download a{ font-size: 14px; color: #AE2323;}
.download a::before{  font-size: 20px; margin-right: 6px; display: inline-block; vertical-align: middle; line-height: 1;}
.download a:hover{ color: #f00;}

.i_tit4{ font-size: 20px; color: #6a3177; padding: 10px 0; border-bottom: 2px solid #ddd;}
.relateEventItem{  background-color: #F6F6F6; border: 1px solid #eee;}
.relateEventItem .box{ padding: 30px 20px; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.relateEventItem .tparea{ width: 225px; margin-right: 25px; display: block; font-size: 0; overflow: hidden; }
.relateEventItem .tparea .tp{ width: 100%;}
.relateEventItem .des{ -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0;}
.relateEventItem .des .tit{ font-size: 16px;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.relateEventItem .des .tit a:hover{ color: #6a3177;}
.relateEventItem .des .nr{ color: #666;margin-top: 15px; height: 44.8px; overflow: hidden;}
.relateEventItem .des .time{margin-top: 10px;   color: #4A1C55;}
.relateEventItem .mandiv{ padding: 12px 30px; background: rgba(155, 159, 187, .3);}
.relateEventItem .mandiv .type{ font-size: 16px; color: #6A3177;}
.relateEventItem .mandiv .morea1{color: #6A3177; font-size: 14px;}
.relateEventItem .tparea:hover .tp{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); }
.relateEventItem .mandiv .morea:hover{ color: #606;}

.relateEventSlide{ padding-top: 42px !important; margin-top: 14px;}
.relateEventSlide .swiper-button-prev{ left:0px;}
.relateEventSlide .swiper-button-next{ right:auto; left: 33px;} 
.relateEventSlide .swiper-button-prev::after,.relateEventSlide .swiper-button-next::after{ display: none;}
.relateEventSlide .swiper-button-prev,.relateEventSlide .swiper-button-next{  width:28px; height:28px; line-height: 28px; top:0%; margin-top:0px; color: #6a3177; border: 1px solid #6a3177; opacity: 1; }
.relateEventSlide .swiper-button-prev .iconfont,.relateEventSlide .swiper-button-next .iconfont{ font-size: 16px; }
.relateEventSlide .swiper-button-prev:hover,.relateEventSlide .swiper-button-next:hover{ opacity: 1; background-color: #6a3177; color: #fff;}


.publicationsItem{  display: block; border: 1px solid #9d9d9d;}
.publicationsItem .box{ padding:18px 30px 0px; }
.publicationsItem .tparea{ width: 100%;display: block; font-size: 0; overflow: hidden; }
.publicationsItem .tparea .tp{ width: 100%;}
.publicationsItem .des{ padding: 20px 0;}
.publicationsItem .des .tit{ font-size: 12px;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.publicationsItem .des .type{ font-size: 12px;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis; border: 1px solid #eee; color: #6a3177; padding: 4px 10px; text-align: center; margin-top:10px;}
.publicationsItem .tparea:hover .tp{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); }
.publicationsItem:hover{ background-color: #6a3177;}
.publicationsItem:hover .des{ color: #fff;}
.publicationsItem:hover .des .type{ color: #fff;}
.publications{ padding-bottom: 60px;}
.publicationsSlide{ padding-top: 42px !important; margin-top: 14px;}
.publicationsSlide .swiper-button-prev{ left:0px;}
.publicationsSlide .swiper-button-next{ right:auto; left: 33px;} 
.publicationsSlide .swiper-button-prev::after,.publicationsSlide .swiper-button-next::after{ display: none;}
.publicationsSlide .swiper-button-prev,.publicationsSlide .swiper-button-next{  width:28px; height:28px; line-height: 28px; top:0%; margin-top:0px; color: #6a3177; border: 1px solid #6a3177; opacity: 1; }
.publicationsSlide .swiper-button-prev .iconfont,.publicationsSlide .swiper-button-next .iconfont{ font-size: 16px; }
.publicationsSlide .swiper-button-prev:hover,.publicationsSlide .swiper-button-next:hover{ opacity: 1; background-color: #6a3177; color: #fff;}


/* 04评论&公告 */
.n_main{ padding: 0px 0 70px; margin-top: 40px;}
.n_l{ width: 74%;}
.n_r{ width: 23%;}
.notice{ }
.noticeul{ padding-bottom: 50px;}
.noticeul li{ border-bottom: 2px dashed #f1eee0; padding: 40px 0;}
.noticeItem{}
.noticeItem a{ display:  -webkit-flex; display:  -moz-box; display:  -ms-flexbox; display:  flex;  -webkit-align-items:flex-start;  -moz-box-align:start;  -ms-flex-align:start;  align-items:flex-start; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.noticeItem .time{ width: 115px; margin-right: 25px; background-color: #E8E9EB; text-align: center; padding: 10px 0; transition:.3s ; -webkit-transition:.3s ; -moz-transition:.3s ; -ms-transition:.3s ; -o-transition:.3s ; }
.noticeItem .time .day{  font-size: 36px; color: #4A1C55; line-height: 1.3;}
.noticeItem .time .month{ font-size: 18px; color: #6B4B73; }
.noticeItem .des{ -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; }
.noticeItem .des .tit{ font-size: 18px; line-height: 1; white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;transition:.3s ; -webkit-transition:.3s ; -moz-transition:.3s ; -ms-transition:.3s ; -o-transition:.3s ; }
.noticeItem .des .nr{ color: #777; line-height: 1.8; margin-top: 15px; height: 75.6px; overflow: hidden;}
.noticeItem a:hover .time{ background-color:#6a3177 ; }
.noticeItem a:hover .time .day,.noticeItem a:hover .time .month{ color: #fff;}
.noticeItem a:hover .des .tit{color: #6a3177;}

.i_tit5{ background: url(../images/icon/i_tit5_bg.png) center left repeat-x;}
.i_tit5 .mc{ padding-right: 25px; background-color: #fff; font-weight: bold;}
.hotnew{margin-top: 40px;}

.hotnewul{ margin-left: 5px; border-left: 2px dashed #ddd;}
.hotnewul li{ padding:10px 0px 10px 15px;}
.hotnewul li a{ display: block;}
.hotnewul .time{ color: #4a1c55; position: relative;}
.hotnewul .time::after{ display: block; content: ""; width: 6px; height: 6px; border: 1px solid #9a73a3; position: absolute; left: -20px; top: 8px;}
.hotnewul .tit{ margin-top: 4px; color: #444;}
.hotnewul a:hover .tit{ color: #6a3177;}

/* 04动态 */
.new_main2{ border-top: 2px solid #E6E3E3;}
.newul{ padding-bottom: 50px;}
.newul li{ border-bottom: 2px dashed #f1eee0; padding: 24px 0;}
.newItem{}
.newItem a{ display:  -webkit-flex; display:  -moz-box; display:  -ms-flexbox; display:  flex;  -webkit-align-items:flex-start;  -moz-box-align:start;  -ms-flex-align:start;  align-items:flex-start; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.newItem .tparea{ width: 264px; margin-right: 35px; overflow: hidden; font-size: 0;}
.newItem .tparea .tp{ width: 100%;}
.newItem .des{ -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; padding-top: 15px; min-width: 0; }
.newItem .des .tit{ font-size: 18px; line-height: 1; white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;transition:.3s ; -webkit-transition:.3s ; -moz-transition:.3s ; -ms-transition:.3s ; -o-transition:.3s ; }
.newItem .des .time{ color: #4A1C55; margin-top: 15px;}
.newItem .des .nr{ color: #777; line-height: 1.8; margin-top: 12px; height: 75.6px; overflow: hidden;}
.newItem a:hover .tparea .tp{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.newItem a:hover .des .tit{color: #6a3177;}

.new_main1{ padding:45px 0 0px;}
.newSlide{ width: 62.5%;}
.newList{ width: 36.5%;}

.newSlideItem{ height: 450px; position: relative; display: block;}
.newSlideItem .shade{ position: absolute; width: 100%; left: 0; bottom: 0;}
.newSlideItem .shade .box{ color: #fff; padding:20px; background: rgba(0, 0, 0, .47);}
.newSlideItem .shade .tit{ font-size: 18px; line-height: 1; white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;transition:.3s ; -webkit-transition:.3s ; -moz-transition:.3s ; -ms-transition:.3s ; -o-transition:.3s ; }
.newSlideItem .shade .time{  margin-top: 15px;}
.newSlideItem .shade .nr{  line-height: 1.8; margin-top: 12px; height: 50.4px; overflow: hidden;}
.newSlide .swiper-pagination{  bottom:10px !important; text-align: right;  padding-right: 10px; -moz-box-sizing: border-box; box-sizing: border-box;}
.newSlide .swiper-pagination-bullet{ display: inline-block;  width:8px;height:8px;padding: 0;background-color:#e6ddeb;font-size: 0;line-height: 0;outline:none;cursor: pointer; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; margin:0 4px !important;}
.newSlide .swiper-pagination-bullet-active{background-color:#fff;}

.newList{}
.newListul{}
.newListul li{ margin-bottom: 20px;}
.newListItem a{ display:  -webkit-flex; display:  -moz-box; display:  -ms-flexbox; display:  flex;  -webkit-justify-content: space-between;  -moz-box-pack: justify;  -ms-flex-pack: justify;  justify-content: space-between;}
.newListItem .tparea{ width: 164px;  overflow: hidden; font-size: 0;}
.newListItem .tparea .tp{ width: 100%;}
.newListItem .des{ -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; border-bottom: 1px solid #fff; padding-left: 10px; }
.newListItem .des .tit{ font-size: 16px; padding-top: 20px; max-height: 51.2px; overflow: hidden; color: #444; transition:.3s ; -webkit-transition:.3s ; -moz-transition:.3s ; -ms-transition:.3s ; -o-transition:.3s ; }
.newListItem a:hover .tparea .tp{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.newListItem a:hover .des .tit{color: #6a3177;}

/* 04动态 - 详情页 */
.newdel{ padding: 60px 0;}
.newdel .artHeader{ padding: 10px 0; border-bottom: 1px solid #eee;}
.artHeader .tit{ font-size: 28px; line-height: 1.4;}
.artHeader .pub{ margin-top: 15px; color:#666}
.artHeader .pub .iconfont{ font-size: 12px; margin: 0 10px; }
.artHeader .pub .iconfont::before{ display: inline-block; vertical-align: middle; line-height: 1; margin-right: 6px; font-size: 16px;}
.newdel .artBody{ padding: 20px 0 40px;}
.newdel .artBody .wz{ color: #555; line-height: 2;}
.returnBack{ display: block; padding: 10px 0; font-size: 16px; color: #666; text-align: center; background-color: #F9FAFC;}
.returnBack:hover{ background-color: #725b89; color: #fff;}
.pnpage{ padding: 20px 0;}
.pnpage .list{ padding:10px 0;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.pnpage .list .mc{}
.pnpage .list a{ color: #666;}
.pnpage .list a:hover{ color:#333}

/* 06出版 */
.p_main{ padding:30px 0 60px; }
.p_l{ width: 81%;}
.p_r{ width: 16.7%;}

.publish{ background-color: #fff;}
.p_tit{  font-size: 0; border-bottom: 2px solid #6A3177;}
.p_tit .mc{ font-size: 18px;}
.p_tit .orderBy{ display: inline-block; padding: 5px 26px;}
.orderBy .val{ font-size: 14px;}
.orderBy .iconfont{ line-height: 1; font-size: 16px; margin-left: 10px;}
.publishul{ padding-bottom: 55px; margin-top: 30px;}
.publishul li{ padding: 0;}
.publishItem{ padding: 0 28px;}
.publishItem a{ padding: 25px 30px; border-bottom:2px dashed #f1eee0; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }
.publishItem .tparea{ font-size: 0; margin-right: 45px; width: 135px; overflow: hidden; position: relative;}
.publishItem .tparea .tp{ width: 100%;}
.publishItem .des{ -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0;}
.publishItem .des .tit{ font-size: 18px; padding-right: 100px; position: relative;  color: #333;white-space:nowrap; overflow:hidden; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
.publishItem .des .tit .sbtn{ padding: 2px 25px; position: absolute; right: 0; top: 0;}
.publishItem .des .tutor{margin-top: 12px; font-size: 16px;  color: #6A3177;}
.publishItem .des .tutor::before{ color: #83c1ff; font-size: 16px; margin-right: 10px; display: inline-block; line-height: 1; vertical-align: middle;}
.publishItem .des .nr{ margin-top: 15px; color: #777; line-height: 1.8; height:75.6px; overflow: hidden;}
.publishItem a:hover .tparea .tp{ transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); }
.publishItem a:hover .des .tit{ color:#6a3177;}

.relateTui{}
.rt_tit{ font-weight: bold; padding: 7px 15px; background-color: #FAFAFA;}
.relateTuiul{ border:1px solid #eee; border-width: 0 1px 1px; padding: 7px;}
.relateTuiul li{ border-bottom: 1px solid #eee;}
.relateTuiul li:nth-last-child(1){ border-bottom: 0px solid #eee;}
.relateTuiul li .publicationsItem{ border: none;}

/* 07期刊论文 */
.paperTab{ width: 100%; margin-bottom: 40px; }
.paperTab th,.paperTab td{ text-align: center
    ;}
.paperTab th{ color:#6A3177; padding: 10px; font-weight: normal;  width: 20%;   background: -webkit-linear-gradient(bottom, #EEE9F2, #E6DDEB);   background: -moz-linear-gradient(bottom, #EEE9F2, #E6DDEB);   background: -o-linear-gradient(bottom, #EEE9F2, #E6DDEB);   background: linear-gradient(0deg, #EEE9F2, #E6DDEB); border-right: 1px solid #fff;}
.paperTab td{ color: #666;padding: 14px 10px; }
.paperTab td:nth-child(1){ color: #444; text-align: left;}
.paperTab .tutor{ font-size: 14px;}
.paperTab .tutor::before{ color: #83c1ff; font-size: 16px; margin-right: 10px; display: inline-block; line-height: 1; vertical-align: middle;}
.paperTab tr:nth-child(even){ background-color: #F6F8FA;}
.paperTab .attrmc{ display: none;}
.paperTab a{ color: #93659D;}
.paperTab a:hover{ color: #6a3177;}
/* 07出版详情 */
.artHeader .editor{ color: #72759e; font-size: 14px; margin: 20px 0 0 35px;}
.artHeader .editor::before{ font-size: 20px; margin-right: 6px; display: inline-block; vertical-align: middle; line-height: 1;}




.purple{ color: #6a3177;}
.qpurple{ color: #725b89;}
.bg_f9{ background-color: #F9FAFC;}
.bg_gray{ background-color: #f3f0f6;}
.bg_linear{ background: -webkit-linear-gradient(top, #E7DFED, #EDE7F1, #FFFFFF); background: -moz-linear-gradient(top, #E7DFED, #EDE7F1, #FFFFFF); background: -o-linear-gradient(top, #E7DFED, #EDE7F1, #FFFFFF); background: linear-gradient(180deg, #E7DFED, #EDE7F1, #FFFFFF);}